-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added govulncheck to backplane-cli CI #42707
Added govulncheck to backplane-cli CI #42707
Conversation
/hold |
@Dee-6777,
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
/unhold |
/retest |
ci-operator/jobs/openshift/backplane-cli/openshift-backplane-cli-main-presubmits.yaml
Outdated
Show resolved
Hide resolved
@Dee-6777,
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
4ae641f
to
75689a3
Compare
@Dee-6777,
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
1 similar comment
@Dee-6777,
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
@Dee-6777,
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
9eb14c3
to
3e0c2f2
Compare
@Dee-6777,
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
2b932bd
to
ae1be63
Compare
/pj-rehearse pull-ci-openshift-backplane-cli-main-scan |
c998af9
to
ebf6af7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is missing the job configuration.
You will need to run make jobs
to generate Prow job configuration files out of ci-operator configuration files.
Suggestion: Try running make jobs WHAT=openshift/backplane-cli
from the root of the repository to fix the issue.
0ce735c
to
fca8bc2
Compare
ci-operator/config/openshift/backplane-cli/openshift-backplane-cli-main.yaml
Outdated
Show resolved
Hide resolved
aaf1df0
to
0f04868
Compare
/pj-rehearse |
ci-operator/config/openshift/backplane-cli/openshift-backplane-cli-main.yaml
Show resolved
Hide resolved
ci-operator/config/openshift/backplane-cli/openshift-backplane-cli-main.yaml
Outdated
Show resolved
Hide resolved
1bfe344
to
d4239d7
Compare
/retest |
/pj-rehearse auto-ack |
@supreeth7,
If the problem persists, please contact Test Platform. |
ci-operator/config/openshift/backplane-cli/openshift-backplane-cli-main.yaml
Outdated
Show resolved
Hide resolved
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
/pj-rehearse auto-ack |
@supreeth7 I think the version of CI and the go version in bp-cli should be the same to fix this error. Because go version in go.mod for bpcli is 1.21 and all test cases passed when I made CI version to 1.21 |
@Dee-6777 The rehearsals didn't pass back then as go1.21 image tag doesn't exist in the I'd like to make the control over our CI easier, I'll address it in a couple of PRs soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/pj-rehearse ack
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Dee-6777, supreeth7 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
/retest /pj-rehearse ack |
@Dee-6777: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
* update go-version of CI to 1.20 * update go-version of CI to 1.19
This PR is for the issue OSD-18227 to add govulncheck in backplane-cli CI check.